Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store lower-case team name, when creating NS #38

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Conversation

digitalronin
Copy link
Contributor

This change causes the team name to be lower-cased
before we write the rbac.yaml and variables.tf
files.

This fixes a problem later on, when the user tries
to create an ECR - if they have upper-case letters
in their team name, the ECR name generated by our
terraform module will be rejected.

NB: This change is not tested by the unit tests,
since those don't cover the relevant part of the
code.

This change causes the team name to be lower-cased
before we write the rbac.yaml and variables.tf
files.

This fixes a problem later on, when the user tries
to create an ECR - if they have upper-case letters
in their team name, the ECR name generated by our
terraform module will be rejected.

NB: This change is not tested by the unit tests, 
since those don't cover the relevant part of the
code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants